|
Расположение в меню |
---|
TechDraw → Заметки → Вставить примечание в выноску |
Верстаки |
TechDraw |
Быстрые клавиши |
Нет |
Представлено в версии |
0.19 |
См. также |
Вставить заметку |
The TechDraw Balloon tool can add balloons with leader line in a drawing.
To move the bubble of a Balloon, press and hold the left mouse button on its center and drag the mouse.
To change the properties of a Balloon double-click it on the page or in the Tree view. This will open the Balloon task panel.
Note: The position of a Balloon is relative to its Source View and uses the same scale factor.
When using a rectangle shape, separators can be added using "|" in the text. For example "AAA|TEST|111" gives:
См. так же: TechDraw API и Основы составления скриптов FreeCAD.
The Balloon tool can be used in macros and from the Python console by using the following functions:
bal1 = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewBalloon','Balloon')
rc = page.addView(bal1)